home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / UUPC11QS.ARJ / TIMESTMP.H < prev    next >
C/C++ Source or Header  |  1991-10-19  |  502b  |  18 lines

  1. /*
  2.  
  3.    timestmp.h
  4.  
  5.    Defines functions included in timestmp.c for UUPC/extended
  6.  
  7.    Change History:
  8.  
  9.    08 Sep 90   -  Create for banner function (moved from host.c)  ahd
  10.  */
  11.  
  12. extern char compilev[];           /* UUPC version number           */
  13. extern char compilep[];           /* UUPC Program name             */
  14. extern char compilet[];           /* UUPC compile time             */
  15. extern char compiled[];           /* UUPC compile date             */
  16.  
  17. void banner (char **argv);
  18.